-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ipv6 as an acceptable input parameter #21
Add ipv6 as an acceptable input parameter #21
Conversation
…ther than "ignore". This ensures the default set of ignores isn't cleared.
Thank you for your submission! We have a total of 20 PRs open right now, and we are working hard on all of them! We will take a look as soon as we can. |
@we-are-beetzy Static Tests results for commit 68790be - https://drive.google.com/file/d/1TULKVJlwsKZD1D-NL9adgDpCfakauIHW/view?usp=drivesdk |
@we-are-beetzy Compile Tests results for commit 68790be - https://drive.google.com/file/d/1kZq7V5THgTpmQvOWL9lLqLpEzEbl7oA6/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit 51bb631 - https://drive.google.com/file/d/1kAl0rW1YqVjkTUtjF15Gs19BF2hljrSM/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit 51bb631 - https://drive.google.com/file/d/1lADrzNOKLOkPFXnDUYTmnpdyaHL7N94f/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit 3bfa1b7 - https://drive.google.com/file/d/1LcWXMVHC4reBEWkk9CXCGh5DeO9lfwkz/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit 3bfa1b7 - https://drive.google.com/file/d/1FBg33Cq3jWbkuTUMfAjCcqMdx-9bLvYr/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit c85d829 - https://drive.google.com/file/d/18wIds1EWbWKpLjL4tz99tm6aABw4fSZG/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit c85d829 - https://drive.google.com/file/d/1EVJqbF51G9yYz-I-xjIIY3n08HxddLbC/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit f3cec2a - https://drive.google.com/file/d/1CQJGusS7u7e0r34WNzlVkWc1MItcsAu6/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit f3cec2a - https://drive.google.com/file/d/1aVy9nuUBfr5tTpdZexJYBJpUPsTmE5iN/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit cb70b51 - https://drive.google.com/file/d/1LpDMgem0POhFE8a4FYfFS9-n0YaCqmUL/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit cb70b51 - https://drive.google.com/file/d/1Oeep02Cqtp5jY-ziAX4LTdZJ4IETNUdm/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit e64774d - https://drive.google.com/file/d/1WwBb0hcbqEOOnzGB-JQJbm_KqWLiD6CC/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit e64774d - https://drive.google.com/file/d/1_dGiVdd88vEb6q0wFLhevyJi5P21t85P/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit 542bf46 - https://drive.google.com/file/d/1rSYzDY1bv90KBPhjdVfO4h4_oUityIvI/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit 542bf46 - https://drive.google.com/file/d/1UF-O27YuPqRQqm5X-YIdZQFngvR_WAgF/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit 5f8f73a - https://drive.google.com/file/d/1jwB0L_RHvYJyEevAUqlOYkZ4DCEJllIx/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit 5f8f73a - https://drive.google.com/file/d/1Mvfi7SGY58XApuIpYaBOoSLO__Ss6bAR/view?usp=drivesdk |
@aparekh-crest Static Tests results for commit c564f94 - https://drive.google.com/file/d/1epD9VqGTLsbGf9AqdceoDYF1DECRMOrF/view?usp=drivesdk |
@aparekh-crest Compile Tests results for commit c564f94 - https://drive.google.com/file/d/1DeKkvmFBqzIKKaAJtkpEZbBMpIN9saux/view?usp=drivesdk |
Ignoring prodsec-scans failure as it has been discussed on Slack, attaching a slack thread for the reference. |
61226d1
into
splunk-soar-connectors:next
Please ensure your pull request (PR) adheres to the following guidelines:
Pull Request Checklist
Please check if your PR fulfills the following requirements:
<App Name>: <PR Type> - <PR Description>
next
branch of the forked repo. Create separate feature branch for raising the PR.Pull Request Type
Please check the type of change your PR introduces:
Security Considerations (REQUIRED)
please document them in the
manual_readme_content.md
.manual_readme_content.md
all methods (eg, OAuth) used to authenticatewith the service that the connector is integrating with.
manual_readme_content.md
.the Vault API.
nosemgrep
?If yes, please provide justification in an additional comment next to the ignored code.
Release Notes (REQUIRED)
What is the current behavior? (OPTIONAL)
What is the new behavior? (OPTIONAL)
The "geolocate ip" action will accept ip and ipv6 input data types and query against the mmdb.
Other information (OPTIONAL)
Pay close attention to (OPTIONAL)
Screenshots (if relevant)
Thanks for contributing!